@font-face {
    font-family: 'NVIDIASans';
    src: url('/html/user_data/lp/storm_20240709/font/NVIDIASans-Medium.woff2') format('woff2'),
         url('/html/user_data/lp/storm_20240709/font/NVIDIASans-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'NVIDIASans';
    src: url('/html/user_data/lp/storm_20240709/font/NVIDIASans-Regular.woff2') format('woff2'),
         url('/html/user_data/lp/storm_20240709/font/NVIDIASans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a:hover{
    opacity: 0.6;
}

.site-content.p_lp{
    padding-top:135px;
    background-color:#000;
    font-family: 'NVIDIASans', 'Noto Sans JP';
}
@media (max-width: 767px) {
    .site-content.p_lp{
        padding-top:55px;
    }
} 
.inner{
    max-width:1000px;
    width:100%;
    padding:0 20px;
    margin:auto;
}
@media (max-width: 767px) {
    .inner{
        /* max-width:300px; */
        max-width:320px;
        width:100%;
        padding:0;
        margin:auto;
    }
} 
.pc{
    display:block;
}
@media (max-width: 767px) {
    .pc{
        display:none;
    }
}

.sp{
    display:none;
}
@media (max-width: 767px) {
    .sp{
        display:block;
    }
}
.p_lp_kv{
    height:770px;
    background-color:#000000;
}
@media (max-width: 767px) {
    .p_lp_kv{
        height:auto;
    }
}
.p_lp_kv_content{
    display:flex;
    height: 100%;
}
@media (max-width: 767px) {
    .p_lp_kv_content{
        display:flex;
        flex-direction: column-reverse;
        height: auto;
    }
}
.p_lp_kv_textarea{
    width:calc(50% + 20px);
    border-right:5px solid #75b900;
    background-color:#000000;
    padding:30px 85px;
    padding-left:calc(((100vw - 1000px) / 2) + 20px);
    display:flex;
    flex-direction: column;
    /* align-items:center; */
    /* justify-content:center; */
}
@media (max-width: 767px) {
    .p_lp_kv_textarea{
        max-width:320px;
        width:100%;
        margin:auto;
        margin:auto;
        border-right:none;
        padding:60px 0px;
    }
}
.p_lp_kv_image{
    border-left:5px solid #75b900;
    width:calc(50% - 20px);
    background-color:#191514;
}
@media (max-width: 767px) {
    .p_lp_kv_image{
        border-left:none;
        border-bottom:5px solid #75b900;
        width:100%;
        background-color:#191514;
    }
}
.p_lp_kv_image img{
    height:100%;
    width:auto;
    object-fit: cover;
    object-position:center left;
}
@media (max-width: 767px) {
    .p_lp_kv_image img{
        height:auto;
        width:100%;
    }
}
.p_lp sup{
    position:relative;
    top:0;
    line-height:1.5em;
}
.p_lp h1{
    /* font-size:48px; */
    font-size:36px;
    line-height:1em;
    font-weight:bold;
    margin-bottom:30px;
    letter-spacing: 0;
    color:#FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* white-space: nowrap; */
}
@media (max-width: 767px) {
    .p_lp h1{
        /* font-size:36px; */
        font-size:30.6px;
        margin-bottom:30px;
        letter-spacing:-0.02em;
    }
}
.p_lp h4{
    /* font-size:24px; */
    font-size:20.4px;
    line-height:30px;
    font-weight:bold;
    margin-bottom:30px;
    letter-spacing: 0;
    color:#FFF;
}
@media (max-width: 767px) {
    .p_lp h4{
        /* font-size:20px; */
        font-size:17px;
        line-height:30px;
        margin-bottom:30px;
    }
}
.p_lp p{
    font-size:15px;
    line-height:25px;
    font-weight:400;
    margin-bottom:30px;
    letter-spacing: 0;
    color:#FFF;
}
@media (max-width: 767px) {
    .p_lp p{
        font-size:15px;
        line-height:25px;
        margin-bottom:30px;
    }
}
.p_lp a{
    color:#76b900;
}
.p_lp p.p_lp_kv_text_note{
    font-size:11px;
    line-height:1.5;
    font-weight:400;
}
@media (max-width: 767px) {
    .p_lp p.p_lp_kv_text_note{
        font-size:11px;
        margin-bottom:60px;
    }
}
.p_lp_kv_text_logo{

}
.p_lp_kv_text_logo ul{
    display:flex;
    gap:30px;
}
@media (max-width: 767px) {
    .p_lp_kv_text_logo ul{
        gap:30px;
    }
}
.p_lp_kv_text_logo ul li{
    
}
.p_lp_kv_text_logo ul li:nth-child(1) img{
    width:126px;
}
@media (max-width: 767px) {
    .p_lp_kv_text_logo ul li:nth-child(1) img{
        width:78px;
    }
}
.p_lp_kv_text_logo ul li:nth-child(2) img{
    width:135px;
}
@media (max-width: 767px) {
    .p_lp_kv_text_logo ul li:nth-child(2) img{
        width:83px;
    }
}
.c_lp_btn{

}
.c_lp_btn a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    /* width:110px;
    height:43px; */
    font-size:19.2px;
    font-weight:bold;
    background-color:#76b900;
    color:#000;
    padding:12px 18px;
    line-height:1;
    text-decoration: none;
}
@media (max-width: 767px) {
    .c_lp_btn a{
        font-size:19.2px;
        padding:12px 18px;
    }
}
.p_lp h3{
    /* font-size:28px; */
    font-size:23.8px;
    line-height:35px;
    font-weight:bold;
    margin-bottom:30px;
    letter-spacing: 0;
    color:#FFF;
    line-height:1.5em;
    /* white-space: nowrap; */
}
@media (max-width: 767px) {
    .p_lp h3{
        font-size:24px;
        line-height:30px;
        margin-bottom:30px;
    }
}
.p_lp h6{
    font-size:18px;
    line-height:25px;
    font-weight:bold;
    margin-bottom:30px;
    letter-spacing: 0;
    color:#FFF;
}
@media (max-width: 767px) {
    .p_lp h6{
        font-size:16px;
        line-height:20px;
        margin-bottom:30px;
    }
}
.p_lp_section01{
    padding:90px 0;
    background-image:url(/html/user_data/lp/storm_20240709/section01_bg.jpg);
    background-size:cover;
    background-position:center;
    text-align:center;
}
@media (max-width: 767px) {
    .p_lp_section01{
        padding:60px 0;
        background-image:url(/html/user_data/lp/storm_20240709/section01_bg_sp.jpg);
    }
}
@media (max-width: 767px) {
    .p_lp_section01 h3{
        font-size: 18px;
    }
}
.p_lp_section01_movie{
    width:410px;
    margin:auto;
}
@media (max-width: 767px) {
    .p_lp_section01_movie{
        width:100%;
    }
}
.p_lp_section01_movie iframe{
    width:100%;
    height:230px;
}
@media (max-width: 767px) {
    .p_lp_section01_movie iframe{
        width:100%;
        height:170px;
    }
}
.p_lp_section02{
    padding:60px 0;
    text-align:center;
    height:760px;
    background-image:url(/html/user_data/lp/storm_20240709/section02_bg.jpg);
    background-size:cover;
    background-position:center;
    position:relative;
}
@media (max-width: 767px) {
    .p_lp_section02{
        padding:60px 0 0;
        height:auto;
        background-image:unset;
        background-color:#000;
        text-align:left;
    }
}
.p_lp_section02_logo{
    width:172px;
    position:absolute;
    bottom:30px;
    right:30px;
}
@media (max-width: 767px) {
    .p_lp_section02_logo{
        display:none;
    }
}
.p_lp_section02_image{
    display:none;
}
@media (max-width: 767px) {
    .p_lp_section02_image{
        display:block;
    }
}
.p_lp_section03{
    padding:90px 0;
    background-image:url(/html/user_data/lp/storm_20240709/section03_bg.jpg);
    background-size:cover;
    background-position:center;
    position:relative;
}
@media (max-width: 767px) {
    .p_lp_section03{
        padding:60px 0;
        background-image:url(/html/user_data/lp/storm_20240709/section03_bg_sp.jpg);
    }
}
.p_lp_section01_content{
    text-align: center;
}
.p_lp .p_lp_section03 h3{
    font-size:28px;
}
@media (max-width: 767px) {
    .p_lp .p_lp_section03 h3{
        font-size:24px;
    }
}
.p_lp_section03_table{

}
.p_lp_section03_table table{
    width:100%;
}
@media (max-width: 767px) {
    .p_lp_section03_table table{
        margin-bottom:30px;
    }
    .p_lp_section03_table table:last-child{
        margin-bottom:0px;
    }
}
.p_lp_section03_table table td{
    border:1px solid #FFFFFF99;
    width:25%;
    background-color:#00000099;
    font-size:11px;
    line-height:15.4px;
    color:#FFF;
    text-align: center;
    vertical-align: middle;
    padding:20px;
    font-weight:bold;
}
@media (max-width: 767px) {
    .p_lp_section03_table table td{
        width:40%;
        font-size:11px;
        line-height:15.4px;
        padding:16px;
        font-weight:bold;
    }
    .p_lp_section03_table table td:nth-child(2){
        width:60%;
    }
}
.p_lp_section03_table table tr:nth-child(1) td{
    font-size:15px;
    line-height:25px;
}
@media (max-width: 767px) {
    .p_lp_section03_table table tr:nth-child(1) td{
        font-size:15px;
        line-height:25px;
    }
}
.p_lp_section03_table table tr:nth-child(1) td:nth-child(1),
.p_lp_section03_table table tr:nth-child(2) td:nth-child(1){
    border-top:none;
    border-left:none;
    background-color:transparent;
}
.p_lp_section03_table table tr:nth-child(1) td:nth-child(1){
    border-bottom:none;
}
.p_lp_section03_table table td span{
    color:#66cc00;
}
.p_lp_section04{
    text-align: center;
    background-color:#000;
}
.p_lp_section04_content1{
    padding:90px 0;
    border-bottom:1px solid #FFF;
}
@media (max-width: 767px) {
    .p_lp_section04_content1{
        padding:60px 0;
    }
}
.p_lp .p_lp_section04_content1 h3{
    margin-bottom:60px;
}
@media (max-width: 767px) {
    .p_lp .p_lp_section04_content1 h3{
        margin-bottom:30px;
    }
}
.p_lp .p_lp_section04_content1 ul{
    display:flex;
    gap:30px;
}
@media (max-width: 767px) {
    .p_lp .p_lp_section04_content1 ul{
        display:flex;
        flex-direction: column;
        gap:60px;
    }
}
.p_lp .p_lp_section04_content1 ul li{
    width:calc(33.333% - 20px);
}
@media (max-width: 767px) {
    .p_lp .p_lp_section04_content1 ul li{
        width:100%;
    }
}
.p_lp .p_lp_section04_content1 ul li > *:last-child{
    margin-bottom:0;
}
.p_lp_section04_textarea{
    padding:60px 0;
    border-bottom:1px solid #FFF;
}
@media (max-width: 767px) {
    .p_lp_section04_textarea{
        padding:60px 0;
    }
}
.p_lp_section04_textarea > *:last-child{
    margin:0;
}
.p_lp_section04_logo{
    padding:60px 0;
    border-bottom:1px solid #FFF;
}
@media (max-width: 767px) {
    .p_lp_section04_logo{
        padding:60px 0;
    }
}
.p_lp_section04_logo ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:60px;
}
@media (max-width: 767px) {
    .p_lp_section04_logo ul{
        display:flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        gap:30px;
    }
}
.p_lp_section04_logo ul li{
    
}
@media (max-width: 767px) {
    .p_lp_section04_logo ul li{
        width:100%;
        text-align: center;
    }
}

.p_lp_section04_logo ul li:nth-child(1){
    text-align:center;
    width:100%;
}
.p_lp_section04_logo ul li:nth-child(1) img{
    width:170px;
}
@media (max-width: 767px) {
    .p_lp_section04_logo ul li:nth-child(1) img{
        width:147px;
    }
}
.p_lp_section04_logo ul li:nth-child(2) img{
    width:152px;
}
@media (max-width: 767px) {
    .p_lp_section04_logo ul li:nth-child(2) img{
        width:148px;
    }
}
.p_lp_section04_logo ul li:nth-child(3) img{
    width:162px;
}
@media (max-width: 767px) {
    .p_lp_section04_logo ul li:nth-child(3) img{
        width:145px;
    }
}
.p_lp_section04_footer{
    padding:60px 0;
}
@media (max-width: 767px) {
    .p_lp_section04_footer{
        padding:60px 0;
    }
}
.p_lp_section04_footer p{
    font-size:11px;
    line-height:15px;
    margin-bottom:16px;
}
@media (max-width: 767px) {
    .p_lp_section04_footer p{
        font-size:11px;
        line-height:15px;
        margin-bottom:12px;
    }
}
.p_lp_section04_footer p:last-child{
    margin-bottom:0;
}
